# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
dist/
build/
eggs/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Linting
.ruff_cache/

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db

# Runtime data (generated)
data/curriculum_progress/
data/eval_data/
data/eval_reports/
